home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / vcalc.cpy < prev    next >
Text File  |  1984-01-05  |  2KB  |  63 lines

  1. 10 'This program makes a copy of VISICALC with the new copy
  2. 20 'copyable with diskcopy.  The new disk must be left alone
  3. 30 'though.  No new files except those created in VISICALC may
  4. 40 'be added.  This procedure was submitted by users group in
  5. 50 'HOUSTON< TX.
  6. 60 '
  7. 70 '
  8. 80 'With DOS in drive A type (FORMAT B:)
  9. 90 'Next type (DEBUG) with VISICALC in drive A
  10. 100 'It might be wise to write-protect your VISICALC original!!
  11. 110 'Part I
  12. 120 'If your system has over 90K then follow this procedure.
  13. 130 '
  14. 140 '-L 100 0 0 80     (read 16 tracks from A:)
  15. 150 '-W 100 1 0 80     (write 16 tracks to B:)
  16. 160 '-L 100 0 80 80    (read next 16 tracks from A:)
  17. 170 '-W 100 1 80 80    (write next 16 tracks to B:)
  18. 180 '-L 100 0 100 3E   (read last tracks except sector 13F)
  19. 190 '-W 100 1 100 3E   (write last tracks except sector 13F to B:)
  20. 200 'You are now finish.  Goto part II of the program
  21. 210 'Part IB
  22. 220 'If you less than 92K than follow this procedure.
  23. 230 '
  24. 240 '-L 100 0 0 40
  25. 250 '-W 100 1 0 40
  26. 260 '-L 100 0 40 40
  27. 270 '-W 100 1 40 40
  28. 280 '-L 100 0 80 40
  29. 290 '-W 100 1 80 40
  30. 300 '-L 100 0 C0 40
  31. 310 '-W 100 1 C0 40
  32. 320 '-L 100 0 100 3E
  33. 330 '-W 100 1 100 3E
  34. 340 'You are finished with this part. Goto Part II
  35. 350 '
  36. 360 'Part II
  37. 370 'This part fixes the disk so that it will not look for
  38. 380 'the uncopyable sector.
  39. 390 '
  40. 400 '-L 100 1 138 3
  41. 410 '-E 150 90 90
  42. 420 '-E 156 B0
  43. 430 '-E 158 90 90
  44. 440 '-E 168 90 04 40 90 90
  45. 450 '-E 16E C6 06
  46. 460 '-E 173 90 90
  47. 470 '-E 179 90 04 20 90 90
  48. 480 '-E 17F C6 06
  49. 490 '-E 184 90 90
  50. 500 '-E 18A 90 04 00 90 90
  51. 510 '-E 190 C6 06
  52. 520 '-E 195 EB
  53. 530 '-E 1B0 90 05 00 00 90
  54. 540 '-W 100 1 138 3
  55. 550 'The above procedure should be done with the copy of VISICALC
  56. 560 'in drive B:
  57. 570 'You are now finished and you have a working copy of VISICALC
  58. 580 'that is copyable.  The new copy still has the same serial #
  59. 590 'so be careful!!
  60. 591 PRINT"This program should be listen and not run!!"
  61.  e.  The new copy still has the same serial #
  62. 590 'so be careful!!
  63. 5